home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mspa.dir / 00298.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  359 b   |  22 lines

  1. on enterFrame
  2.   repeat with x = 3 to 7
  3.     if rollOver(x) = 0 then
  4.       puppetSprite(x, 1)
  5.       set the visible of sprite x to 0
  6.       puppetSprite(x, 0)
  7.     end if
  8.   end repeat
  9. end
  10.  
  11. on mouseUp
  12.   global Clips
  13.   ChangeScreenSize(Clips, "160,140", 0)
  14. end
  15.  
  16. on exitFrame
  17.   global movieID
  18.   updateStage()
  19.   QTMovie("Direct", movieID, "Idle")
  20.   updateStage()
  21. end
  22.